Methods
Name | Returns | Notes | Example |
---|---|---|---|
getRules ( website ) | PricingRulesSet | ||
itemisedUnitPrice ( purchaser, productInStore, sku, cart ) | ItemisedPrice | ||
itemisedUnitPrice ( purchaser, product, store, cart ) | ItemisedPrice | ||
findLowestPriceSkuForProduct ( product ) | ProductSku | ||
itemisedPrice ( po, cart ) | ItemisedPrice | ||
itemisedPrice ( purchaser, productInStore, sku, quantity, cart ) | ItemisedPrice | ||
allShippingProviders ( website ) | List | ||
availableShippingProvider ( cart, id ) | ShippingProvider | ||
availableShippingProviders ( cart ) | List | ||
calcFreightCost ( provider, cart ) | BigDecimal |
Hide comments
